Add offscreen window symbols to gtk.symbols
authorCody Russell <crussell@canonical.com>
Fri, 18 Dec 2009 13:52:36 +0000 (14:52 +0100)
committerTristan Van Berkom <tristan.van.berkom@gmail.com>
Sun, 4 Apr 2010 00:53:44 +0000 (20:53 -0400)
gtk/gtk.symbols
gtk/gtkoffscreenwindow.c

index 660ebf01d1e9c076bfd00ffa785416fa78d10437..b331d1a3a66426f21c75ac22090530514b3181a3 100644 (file)
@@ -2723,6 +2723,13 @@ gtk_object_get_type G_GNUC_CONST
 #endif
 #endif
 
+#if IN_HEADER(__GTK_OFFSCREEN_WINDOW_H__)
+#if IN_FILE(__GTK_OFFSCREEN_WINDOW_C__)
+gtk_offscreen_window_get_type G_GNUC_CONST
+gtk_offscreen_window_new
+#endif
+#endif
+
 #if IN_HEADER(__GTK_ORIENTABLE_H__)
 #if IN_FILE(__GTK_ORIENTABLE_C__)
 gtk_orientable_get_orientation
index bb3efaf86f4bb3050fa41817ff01b1227bef838e..b1ca0854bf2f770246a53f1f111911922a8a170e 100644 (file)
@@ -1,4 +1,5 @@
 #include "gtkoffscreenwindow.h"
+#include "gtkalias.h"
 
 G_DEFINE_TYPE (GtkOffscreenWindow, gtk_offscreen_window, GTK_TYPE_WINDOW);